home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14637 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1014 b 

  1. Path: news.euro.net!usenet
  2. From: Cebuco / BBC <bbc_mere@euronet.nl>
  3. Newsgroups: comp.lang.c++
  4. Subject: Printing problem
  5. Date: Mon, 01 Apr 1996 14:43:14 -0800
  6. Organization: BBC
  7. Message-ID: <31605C02.1FA6@euronet.nl>
  8. NNTP-Posting-Host: p215.asd.euronet.nl
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win16; I)
  13.  
  14. I'm using Borland C++ 4.51 and OWl 2.5 in Windows 3.11 and am having a problem with printing.
  15. I've made a class extending the standard TPrintout class.
  16. When i'm printing 7 out of 9 pages it works fine, but with the 8-th and 9-th page only a blank 
  17. page is printed. 
  18. I overruled the HasPage-method and when debugging this method page 8 and page 9 result in TRUE, 
  19. but the method PrintPage is not called. I debugged page 1 through 7 in the method PrintPage, but 
  20. page 8 and page 9 skipped this method (while HasPage returns TRUE)!!!
  21. What is going wrong???
  22. I think it is not a matter of memory or free resources (I have plenty of both)
  23.